mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
69705aa89e
fix automake troubles, include patches for several bugs. Reviewed by: des Approved by: portmgr
13 lines
369 B
Plaintext
13 lines
369 B
Plaintext
diff -ru ../Glide3.orig/h5/minihwc/makefile.autoconf.am ./h5/minihwc/makefile.autoconf.am
|
|
--- ../Glide3.orig/h5/minihwc/makefile.autoconf.am Wed Jul 26 19:39:18 2000
|
|
+++ ./h5/minihwc/makefile.autoconf.am Sun Jan 13 16:40:05 2002
|
|
@@ -23,6 +23,8 @@
|
|
#
|
|
# First, the variable defs.
|
|
#
|
|
+LCFLAGS = -I@x_includes@
|
|
+
|
|
if GLIDE_DEBUG
|
|
GLIDE_DEBUG_VDEFS=-DGDBG_INFO_ON
|
|
endif
|