1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11-toolkits/Xaw3d/files/patch-aa
Satoshi Asami e382ae88d5 REALLY make this compile and install correctly. Apparently the
XFree86-3.3 imake config files can't handle IncSubDir having more than
one component ("X11/Xaw3d" in this case), so work around it by
explicitly creating a symlink tree from post-extract (ugh).
1997-06-19 09:33:31 +00:00

24 lines
537 B
Plaintext

--- ./Imakefile.org Wed May 29 08:38:40 1996
+++ ./Imakefile Mon Aug 5 22:46:04 1996
@@ -7,7 +7,7 @@
#define HasSharedData YES
#define LibName Xaw3d
#define SoRev SOXAWREV
-#define IncSubdir Xaw3d
+#define IncSubdir X11/Xaw3d
#ifdef LinuxArchitecture
JUMP_ROOT_Xaw3d = $(AWIDGETSRC)3d
@@ -38,9 +38,9 @@
LINTLIBS = $(LINTXLIB) $(LINTXTOOL)
-# EXTRA_DEFINES = -DARROW_SCROLLBAR -DUSEGRAY
+ EXTRA_DEFINES = -DARROW_SCROLLBAR -DUSEGRAY
-# EXTRA_INCLUDES = -I.
+ EXTRA_INCLUDES = -I.
HEADERS = \
AllWidgets.h \