diff options
author | grant <grant> | 2005-07-31 05:51:28 +0000 |
---|---|---|
committer | grant <grant> | 2005-07-31 05:51:28 +0000 |
commit | ac8362555c39e4dab920a32355ff47f6a6451f5e (patch) | |
tree | 4e997f4942ed4e14ee06692b8f353b6727a8f04e /x11/XmHTML/patches | |
parent | b059bf873d1ed4371614b6c1622646bdb50cd69d (diff) | |
download | pkgsrc-ac8362555c39e4dab920a32355ff47f6a6451f5e.tar.gz |
we only install libXmHTML, so don't bother building all the other
stuff.
also, install the library using ${INSTALL_LIB} so it gets the right
mode.
Diffstat (limited to 'x11/XmHTML/patches')
-rw-r--r-- | x11/XmHTML/patches/patch-aa | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/x11/XmHTML/patches/patch-aa b/x11/XmHTML/patches/patch-aa index fb02e9ff4f2..3b1ac564684 100644 --- a/x11/XmHTML/patches/patch-aa +++ b/x11/XmHTML/patches/patch-aa @@ -1,8 +1,17 @@ -$NetBSD: patch-aa,v 1.6 2002/08/25 21:52:29 jlam Exp $ +$NetBSD: patch-aa,v 1.7 2005/07/31 05:51:28 grant Exp $ ---- Makefile.orig Thu Feb 4 00:43:27 1999 +--- Makefile.orig 1999-02-04 11:43:27.000000000 +1100 +++ Makefile -@@ -64,9 +64,10 @@ +@@ -40,7 +40,7 @@ PLATFORM=Motif + # remove the examples directory from this line. + # If you want to build the XmHTML tutorial examples, add the book directory. + +-SUBDIRS= lib http examples tools ++SUBDIRS= lib # http examples tools + + # some common definitions + # +@@ -64,9 +64,10 @@ MAKEDEPEND= gccmakedep # Compiler Settings # # # ##################### @@ -16,7 +25,7 @@ $NetBSD: patch-aa,v 1.6 2002/08/25 21:52:29 jlam Exp $ # The following flags are *very* usefull if you are getting unresolved # references to functions in libraries that you *know* to exist. -@@ -114,8 +115,8 @@ +@@ -114,8 +115,8 @@ IMAGEDEFINES = -DHAVE_LIBJPEG -DHAVE_LIB # HAVE_LIBPNG => png.h and zlib.h # HAVE_LIBZ => zlib.h @@ -27,7 +36,7 @@ $NetBSD: patch-aa,v 1.6 2002/08/25 21:52:29 jlam Exp $ # Image libraries # No need to add -lXpm if you need to include it with LIBS below -@@ -166,14 +167,14 @@ +@@ -166,14 +167,14 @@ IMAGELIBS = -ljpeg -lpng $(ZLIBLIB) # Add -DDEBUG to enable selective debug output (see the file DEBUGGING for more # info). # @@ -44,7 +53,7 @@ $NetBSD: patch-aa,v 1.6 2002/08/25 21:52:29 jlam Exp $ else ifeq ($(PLATFORM),gtk) PLATFORMINC=-I../../include/gtk-xmhtml -I/usr/local/include -@@ -192,17 +193,17 @@ +@@ -192,17 +193,17 @@ INCLUDES = $(LIBINC) $(PLATFORMINC) $(IM # Motif version (default) ifeq ($(PLATFORM),Motif) |