diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-19 05:26:20 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-19 05:26:20 +0000 |
commit | 5a723b690b1d3fe5cec2192c301de32c4f4de27f (patch) | |
tree | 9db5742b24c9ee4fe8c47172e6ec09fcef4d1913 | |
parent | 3bfc47f3b069a1703a93e8ef15e1c655885e1b54 (diff) | |
download | ports-5a723b690b1d3fe5cec2192c301de32c4f4de27f.tar.gz ports-5a723b690b1d3fe5cec2192c301de32c4f4de27f.zip |
Notes
-rw-r--r-- | games/xpat2/files/patch-aa | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/games/xpat2/files/patch-aa b/games/xpat2/files/patch-aa index 6e2eef504ba4..2c0e346e9d0a 100644 --- a/games/xpat2/files/patch-aa +++ b/games/xpat2/files/patch-aa @@ -49,16 +49,24 @@ # paths for installation in user's home-directory. *************** -*** 55,60 **** ---- 55,62 ---- +*** 53,59 **** + + # xpat2 needs to know where the xpm library resides (if needed) XPMLIB = -L$(USRLIBDIR) -lXpm - XPMINCLUDE = -I $(INCDIR) +! XPMINCLUDE = -I $(INCDIR) -+ CFLAGS += -DNO_CUSERID -+ # ***************************************************************************** # I hope you don't need to change anything below this point +--- 53,61 ---- + + # xpat2 needs to know where the xpm library resides (if needed) + XPMLIB = -L$(USRLIBDIR) -lXpm +! XPMINCLUDE = -I$(INCDIR)/X11 +! +! CFLAGS += -DNO_CUSERID + # ***************************************************************************** + # I hope you don't need to change anything below this point *************** *** 181,188 **** chmod 755 $(XPATLIBDIR)/$$f; \ |