diff options
author | asami <asami@FreeBSD.org> | 1997-06-13 02:01:41 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-13 02:01:41 +0800 |
commit | b43e5e64bdeb990aaf4df971c091aed438839af0 (patch) | |
tree | b8ee9870a72fd4eb0f06c0164db175a288d7c267 /multimedia/xanim | |
parent | 3cf466b5d6dcb74521fc3e96a79f14aa84cf499c (diff) | |
download | freebsd-ports-gnome-b43e5e64bdeb990aaf4df971c091aed438839af0.tar.gz freebsd-ports-gnome-b43e5e64bdeb990aaf4df971c091aed438839af0.tar.zst freebsd-ports-gnome-b43e5e64bdeb990aaf4df971c091aed438839af0.zip |
"$(INCDIR)" -> "$(INCDIR)/X11" to make XFree86-3.3 config files happy.
Diffstat (limited to 'multimedia/xanim')
-rw-r--r-- | multimedia/xanim/files/patch-ab | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/multimedia/xanim/files/patch-ab b/multimedia/xanim/files/patch-ab index c65a7d1af999..6342f770f7c7 100644 --- a/multimedia/xanim/files/patch-ab +++ b/multimedia/xanim/files/patch-ab @@ -63,3 +63,20 @@ XCOMM XA_AUDIO_LIBS = -lc XCOMM XCOMM -- SGI Indigo ----------------------------------------------------------- +*************** +*** 334,340 **** + + PROGRAMS = xanim + +! INCLUDES = -I$(INCDIR) $(XA_INCS) + + + LIBS1 = $(XA_LIBS) $(EXTENSIONLIB) $(XTOOLLIB) $(XLIB) -lm +--- 334,340 ---- + + PROGRAMS = xanim + +! INCLUDES = -I$(INCDIR)/X11 $(XA_INCS) + + + LIBS1 = $(XA_LIBS) $(EXTENSIONLIB) $(XTOOLLIB) $(XLIB) -lm |