mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
489e7d8a7d
Change location of data files from lib/ to share/ PR: 21613 Submitted by: Ports Fury
12 lines
409 B
Plaintext
12 lines
409 B
Plaintext
--- test/Makefile.am.orig Sun Jul 11 21:36:17 1999
|
|
+++ test/Makefile.am Thu Aug 10 02:00:47 2000
|
|
@@ -14,7 +14,7 @@
|
|
# along with this program; if not, write to the Free Software
|
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
|
|
-CFLAGS = -Wall -O3 -I/usr/X11R6/include -I/usr/local/include -I../src
|
|
+CFLAGS = @CFLAGS@ -I$(top_srcdir)/src
|
|
|
|
bin_PROGRAMS = test-poly-opts
|
|
|