Imported from libpng-1.4.0beta7.tar
diff --git a/scripts/makefile.beos b/scripts/makefile.beos index 89f4109..4eeb8b7 100644 --- a/scripts/makefile.beos +++ b/scripts/makefile.beos
@@ -8,7 +8,7 @@ # Library name: LIBNAME=libpng14 PNGMAJ = 1 -PNGMIN = 1.4.0beta6 +PNGMIN = 1.4.0beta7 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: @@ -173,7 +173,7 @@ echo Testing installed dynamic shared library in $(DL). $(CC) -I$(DI) $(CFLAGS) \ `$(BINPATH)/$(LIBNAME)-config --cflags` pngtest.c \ - -L$(DL) -L$(ZLIBLIB) -W1,-rpath $(ZLIBLIB):$(DL) \ + -L$(DL) -L$(ZLIBLIB) -Wl,-rpath $(ZLIBLIB):$(DL) \ -o pngtestd `$(BINPATH)/$(LIBNAME)-config --ldflags` ./pngtestd pngtest.png