FreeBSD Bugzilla – Attachment 61089 Details for
Bug 91610
DESTDIR used incorrectly in png's makefile.freebsd
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.38 KB, created by
John E. Hein
on 2006-01-10 19:50:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
John E. Hein
Created:
2006-01-10 19:50:02 UTC
Size:
1.38 KB
patch
obsolete
>Index: files/patch-aa >=================================================================== >RCS file: /base/FreeBSD-CVS/ports/graphics/png/files/patch-aa,v >retrieving revision 1.23 >diff -u -p -r1.23 patch-aa >--- files/patch-aa 30 Jan 2005 14:41:31 -0000 1.23 >+++ files/patch-aa 10 Jan 2006 19:05:37 -0000 >@@ -1,6 +1,21 @@ >---- scripts/makefile.freebsd.orig Sat May 18 18:46:45 2002 >-+++ scripts/makefile.freebsd Sun Jan 30 17:33:45 2005 >-@@ -24,10 +24,11 @@ >+--- scripts/makefile.freebsd.orig Sat May 18 08:46:45 2002 >++++ scripts/makefile.freebsd Tue Jan 10 12:05:18 2006 >+@@ -12,22 +12,22 @@ >+ NOOBJ= YES >+ >+ # where make install puts libpng.a and png.h >+-DESTDIR= ${PREFIX} >+-LIBDIR= /lib >++LIBDIR= ${PREFIX}/lib >+ INCS= png.h pngconf.h >+-INCSDIR= /include/libpng >++INCSDIR= ${PREFIX}/include/libpng >+ INCDIR= ${INCSDIR} # for 4.x bsd.lib.mk >+ MAN= libpng.3 libpngpf.3 png.5 >+-MANDIR= /man/man >++MANDIR= ${PREFIX}/man/man >+ SYMLINKS= libpng/png.h ${INCSDIR}/../png.h \ >+ libpng/pngconf.h ${INCSDIR}/../pngconf.h > LDADD+= -lm -lz > DPADD+= ${LIBM} ${LIBZ} > >@@ -15,7 +30,7 @@ > > SRCS= png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \ > pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \ >-@@ -44,5 +45,23 @@ >+@@ -44,5 +44,23 @@ > DOCS = ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO Y2KINFO > writelock: > chmod a-w *.[ch35] $(DOCS) scripts/*
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 91610
:
61088
| 61089