diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /x11/libXres | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156749
Diffstat (limited to 'x11/libXres')
-rw-r--r-- | x11/libXres/Makefile | 1 | ||||
-rw-r--r-- | x11/libXres/files/patch-Makefile.in | 7 |
2 files changed, 7 insertions, 1 deletions
diff --git a/x11/libXres/Makefile b/x11/libXres/Makefile index 4bf3ced4d94f..768b334db274 100644 --- a/x11/libXres/Makefile +++ b/x11/libXres/Makefile @@ -29,7 +29,6 @@ PREFIX?= ${X11BASE} GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_AUTOTOOLS= libtool:13 CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig diff --git a/x11/libXres/files/patch-Makefile.in b/x11/libXres/files/patch-Makefile.in new file mode 100644 index 000000000000..70baaf9798e4 --- /dev/null +++ b/x11/libXres/files/patch-Makefile.in @@ -0,0 +1,7 @@ +--- Makefile.in.orig Thu Jan 15 08:29:17 2004 ++++ Makefile.in Sun Jan 22 20:04:25 2006 +@@ -168,3 +168,3 @@ + +-libXRes_la_LIBADD = @RESOURCE_EXT_LIBS@ @X_LIBS@ ++libXRes_la_LIBADD = @RESOURCEEXT_LIBS@ @XRES_LIBS@ + |