FreeBSD Bugzilla – Attachment 47570 Details for
Bug 72856
graphics/png install fails which installing user sets LD_LIBRARY_PATH.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.01 KB, created by
maya
on 2004-10-19 03:40:24 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
maya
Created:
2004-10-19 03:40:24 UTC
Size:
1.01 KB
patch
obsolete
>--- patch-aa Wed Mar 3 15:03:56 2004 >+++ patch-aa.new Tue Oct 19 11:15:42 2004 >@@ -1,5 +1,5 @@ >---- scripts/makefile.freebsd Sat May 18 10:46:45 2002 >-+++ scripts/makefile.freebsd Mon Oct 20 00:05:40 2003 >+--- scripts/makefile.freebsd Sat May 18 23:46:45 2002 >++++ scripts/makefile.freebsd Tue Oct 19 11:09:06 2004 > @@ -25,7 +25,7 @@ > DPADD+= ${LIBM} ${LIBZ} > >@@ -9,13 +9,20 @@ > CFLAGS+= -DPNG_NO_ASSEMBLER_CODE > .endif > >-@@ -34,7 +34,7 @@ >+@@ -33,13 +33,13 @@ >+ pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \ > pngwtran.c pngmem.c pngerror.c pngpread.c pnggccrd.c > > -pngtest: pngtest.o libpng.a >-+pngtest: pngtest.o ${SHLIB_NAME} > - ${CC} ${CFLAGS} -L. -static -o pngtest pngtest.o -lpng -lz -lm >++pngtest: pngtest.o ${SHLIB_NAME} > + ${CC} ${CFLAGS} -L. -Wl,-rpath=${.OBJDIR} -o pngtest pngtest.o -lpng -lz -lm > > CLEANFILES= pngtest pngtest.o pngout.png > >+ test: pngtest >+- ./pngtest >++ env LD_LIBRARY_PATH=. ./pngtest >+ >+ DOCS = ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO Y2KINFO >+ writelock:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 72856
: 47570