You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-07-10 12:19:27 -07:00
920bad0205
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@106195 d073be05-634f-4543-b044-5fe20cf6d1d6
12 lines
456 B
Diff
12 lines
456 B
Diff
--- code/hardware/vr/Makefile.old 2009-07-18 11:28:59.000000000 -0700
|
|
+++ code/hardware/vr/Makefile 2009-07-18 11:31:23.000000000 -0700
|
|
@@ -47,7 +47,7 @@
|
|
ifeq ($(PLATFORM), Darwin)
|
|
|
|
avatar.so: avatar.o
|
|
- gcc -bundle -flat_namespace -undefined suppress avatar.o -lode -L/opt/local/lib -o avatar.so
|
|
+ gcc -bundle -flat_namespace -undefined suppress avatar.o -lode -L@@PREFIX@@/lib -o avatar.so
|
|
|
|
avatar.o: avatar.c
|
|
gcc -fPIC -c avatar.c -I$(INCLUDEPY)
|