mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
489e7d8a7d
Change location of data files from lib/ to share/ PR: 21613 Submitted by: Ports Fury
12 lines
396 B
Plaintext
12 lines
396 B
Plaintext
--- tools/Makefile.am.orig Wed Aug 25 06:50:22 1999
|
|
+++ tools/Makefile.am Thu Aug 10 01:59:08 2000
|
|
@@ -15,7 +15,7 @@
|
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
|
|
#TRACK = track-general
|
|
-CFLAGS = -Wall -O -I/usr/X11R6/include -I/usr/local/include -I$(top_srcdir)/src
|
|
+CFLAGS = @CFLAGS@ -I$(top_srcdir)/src
|
|
|
|
bin_PROGRAMS = mktrackmodel mktrack perlin
|
|
|