mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
8f3b1c8030
% patch-ab is not necessary anymore because the bug is now fixed in . the original source. % post-configure (which was doing "make includes") is not necessary . because xmkmf is now called with "-a". (Yeah, should have redefined . XMKMF in Makefile in the first place....)
13 lines
282 B
Plaintext
13 lines
282 B
Plaintext
--- ./Imakefile.org Thu Mar 30 15:56:19 1995
|
|
+++ ./Imakefile Tue Apr 4 00:47:40 1995
|
|
@@ -38,7 +38,8 @@
|
|
|
|
LINTLIBS = $(LINTXLIB) $(LINTXTOOL)
|
|
|
|
-# EXTRA_DEFINES = -DARROW_SCROLLBAR
|
|
+ EXTRA_DEFINES = -DARROW_SCROLLBAR
|
|
+ EXTRA_INCLUDES = -I.
|
|
|
|
HEADERS = \
|
|
AllWidgets.h \
|